home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Filing / h / Errors next >
Text File  |  1994-08-13  |  324b  |  11 lines

  1. #ifndef filing_ERRORBASE
  2.  
  3. #define filing_ERRORBASE 0x00801C00
  4. /* This should be allocated to Acorn 6502 Emulator! */
  5.  
  6. #define filing_ERROR_OutOfMemory          (0x00+filing_ERRORBASE)
  7. #define filing_ERROR_DirectoryIsFile      (0x01+filing_ERRORBASE)
  8. #define filing_ERROR_DirectoryDoesntExist (0x02+filing_ERRORBASE)
  9.  
  10. #endif
  11.